html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  color: #182233;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1140px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1rem;
}

.mainTitle span {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #cb4154;
}

.mainTitle h2 {
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.feature-description p,
.md-center p,
.faqSec p {
  margin-bottom: 1rem;
}

.featureList .row,
.appSection .row,
.faqSec .row,
.pricing .row {
  row-gap: 1.25rem;
}

.block {
  height: 100%;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.12);
}

.priceList {
  background: #fff;
  border: 1px solid #e9edf3;
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
  margin-bottom: 1rem;
}

.priceTitle {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

#pricing {
  display: block !important;
  padding-top: 1.5rem;
}

#pricing .phoneArea .content {
  padding: 1rem 0;
}

.mainBtn,
.mainBtnRed {
  border-radius: 10px;
}

header {
  position: relative;
  z-index: 10;
}

.mainMenu .wsmenu-list > li > a {
  font-weight: 600;
}

footer .footerWrap {
  padding-top: 2rem;
}

.copyRight {
  margin-top: 1.5rem;
}

@media (max-width: 991.98px) {
  .bannerBlock .content {
    padding-top: 1rem;
  }

  .mainTitle h2 {
    font-size: 1.9rem;
  }

  .priceTitle {
    font-size: 1.6rem;
  }
}

/* Structural fallback for missing original theme CSS */
section {
  position: relative;
}

.heroSection,
.featuresSec,
.whySection,
.appSection,
.pricing,
.faqSec {
  padding-top: 72px;
  padding-bottom: 72px;
}

.heroSection {
  background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 68%);
}

.bannerBlock .title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.bannerBlock .description {
  max-width: 560px;
}

.mainMenu .wsmenu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainMenu .wsmenu-list > li {
  position: relative;
}

.mainMenu .wsmenu-list > li > a {
  display: inline-block;
  padding: 8px 0;
  color: #111a2f;
  text-decoration: none;
}

.mainMenu .wsmenu-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  padding: 10px 14px;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(17, 26, 47, 0.12);
}

.mainMenu .wsmenu-list > li:hover .wsmenu-submenu {
  display: block;
}

.featureList,
.priceList,
.accordion-item,
.signinArea {
  border-radius: 14px;
}

.featureList {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e9edf3;
}

.featureList h3 {
  margin-bottom: 0.6rem;
}

.whySection,
.appSection,
.faqSec {
  background: #fff;
}

.pricing {
  background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
}

.accordion-item {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #e7ebf2;
  background: #fff;
}

.accordion-header {
  margin: 0;
  padding: 16px 18px;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
}

.accordion-button {
  background: #fff;
  box-shadow: none;
}

.signinArea {
  padding: 24px;
  background: #f8fafd;
  border: 1px solid #e7edf7;
}

footer {
  background: #10172a;
  color: #dbe4fb;
}

footer a {
  color: #ffffff;
}

footer .copyRight {
  color: #dbe4fb;
}

@media (max-width: 1199.98px) {
  .heroSection,
  .featuresSec,
  .whySection,
  .appSection,
  .pricing,
  .faqSec {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media (max-width: 991.98px) {
  .mainMenu .wsmenu-list {
    gap: 12px;
  }

  .mainMenu .mainBtn {
    padding: 10px 14px;
  }
}

@media (max-width: 767.98px) {
  .heroSection,
  .featuresSec,
  .whySection,
  .appSection,
  .pricing,
  .faqSec {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .mainMenu .wsmenu-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .bannerBlock .title {
    font-size: 1.9rem;
  }
}
